iT邦幫忙

2024 iThome 鐵人賽

DAY 16
0

TextView這個元件是Android studio所有元件中,最常會使用到的元件之一,主要來顯示文字,並提供多種自訂選項來改變文字的外觀和行為,讓開發者能靈活地改變文字的外觀和行為,滿足各種設計需求。
https://ithelp.ithome.com.tw/upload/images/20240924/201688051S9561rXzy.png

以下介紹 TextView 的一些主要屬性與功能介紹:

android:id="@+id/" 設定ID
https://ithelp.ithome.com.tw/upload/images/20240924/20168805qzPgtPr17r.png
android:text="TextView" 設定要顯示的文字內容
https://ithelp.ithome.com.tw/upload/images/20240924/20168805kV1u1AEOyu.png
android:textStyle="" 設定文字的樣式,可以是 bold(粗體)italic(斜體)normal(正常),也可以組合使用。
https://ithelp.ithome.com.tw/upload/images/20240924/2016880579ogVniN88.png
android:textSize=""設定文字的大小,以 sp或dp 為單位
https://ithelp.ithome.com.tw/upload/images/20240924/20168805WBzvxeneRv.png
android:textColor=""設定文字的顏色,可以在Color.xml設定的色彩或直接指定色碼
https://ithelp.ithome.com.tw/upload/images/20240924/20168805wWkVkgqcN8.png
https://ithelp.ithome.com.tw/upload/images/20240924/20168805kXqRqEaL1H.png
android:gravity=""設定文字的對齊方式,有 center(置中)left(靠左對齊)right(靠右對齊)top(向上對齊)bottom(向下對齊) 等。
https://ithelp.ithome.com.tw/upload/images/20240924/20168805e06XdaXT2O.png
簡單的範例:
https://ithelp.ithome.com.tw/upload/images/20240924/20168805zksbbjg13C.png
成果:
https://ithelp.ithome.com.tw/upload/images/20240924/20168805d2Vj9100rA.png

元件介紹Text View介紹完畢

下一篇元件介紹Etid View


上一篇
# Day15 簡單介紹Android Studio
下一篇
# Day17 元件介紹 Edit Text
系列文
當Java遇見Android,30天學習指南30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言